@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  font-weight: 500;
}
a {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
li {
  list-style: none;
}
button {
  outline: none;
  border: 0;
  box-shadow: 0;
}
img {
  border: 0;
  display: block;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.top10 {
  margin-top: 10px !important;
}
.top15 {
  margin-top: 15px !important;
}
.top20 {
  margin-top: 20px !important;
}
.top25 {
  margin-top: 25px !important;
}
.top30 {
  margin-top: 30px !important;
}
.top40 {
  margin-top: 40px !important;
}
.top50 {
  margin-top: 50px !important;
}
.top60 {
  margin-top: 60px !important;
}
.top70 {
  margin-top: 70px !important;
}
.height5 {
  width: 100%;
  height: 5px;
  background: #eeeeee;
}
.height20 {
  height: 20px;
  width: 100%;
  display: block;
}
.height26 {
  width: 100%;
  height: 26px;
}
.height50 {
  width: 100%;
  height: 50px;
}
.height60 {
  width: 100%;
  height: 60px;
}
.clearfix {
  clear: both;
}
.fonthide01 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hover01 {
  transition: 0.5s;
  -moz-transition: 0.5s;
  /* Firefox 4 */
  -webkit-transition: 0.5s;
  /* Safari 和 Chrome */
  -o-transition: 0.5s;
  /* Opera */
}
.hover01:hover {
  transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  /* IE 9 */
  -moz-transform: translateY(-6px);
  /* Firefox */
  -webkit-transform: translateY(-6px);
  /* Safari 和 Chrome */
  -o-transform: translateY(-6px);
  box-shadow: 1px 4px 10px 2px #CCC;
  -webkit-box-shadow: 1px 4px 10px 2px #CCC;
  -moz-box-shadow: 1px 4px 10px 2px #CCC;
}
.opa01 {
  background-color: #0b2d6a;
  filter: alpha(opacity=50);
  background-color: rgba(11, 45, 106, 0.5);
}
.opa01:hover {
  background-color: #0b2d6a;
  filter: alpha(opacity=50);
  background-color: rgba(11, 45, 106, 0.5);
}
.opa02 {
  background-color: #0b2d6a;
  filter: alpha(opacity=90);
  background-color: rgba(11, 45, 106, 0.9);
}
.boxshadow01 {
  border: 1px solid #ebebeb;
}
.boxshadow01:hover {
  box-shadow: 0 0 10px #b2b2b2;
}
.top {
  width: 100%;
  height: 81px;
  min-width: 1200px;
  background: url("../images/top.jpg") no-repeat;
}
.top .con {
  width: 1200px;
  margin: auto;
  position: relative;
}
.top .con .logo {
  margin: 15px 0 0 0;
  height: 54px;
  float: left;
}
.top .con h5 {
  background: url("../images/icon_01.png") no-repeat;
  color: #232323;
  font-size: 15px;
  line-height: 20px;
  padding-left: 20px;
  height: 20px;
  width: 240px;
  position: absolute;
  right: 0;
  top: 44px;
}
.top .con h5 span {
  color: #f56225;
  font-size: 21px;
  font-family: Arial;
  font-weight: bold;
}
.top .con .ce {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 114px;
  color: #1b1b1b;
  font-size: 14px;
}
.top .con .ce a {
  display: inline-block;
  margin: 0 5px;
  color: #1b1b1b;
  line-height: 14px;
}
.top .con .ce .cn {
  background: url("../images/china.png") no-repeat;
  background-position: 0 2px;
  padding-left: 18px;
}
.top .con .ce .en {
  background: url("../images/english.png") no-repeat;
  background-position: 0 2px;
  padding-left: 18px;
}
.nav {
  width: 100%;
  min-width: 1200px;
  height: 50px;
  background: #0b2d6a;
}
.nav ul {
  width: 1200px;
  margin: auto;
  height: 50px;
}
.nav ul li {
  float: left;
  width: 170px;
  height: 50px;
  border-right: 1px #3c5788 solid;
}
.nav ul li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
}
.nav ul li:first-child {
  border-left: 1px #3c5788 solid;
}
/*二级菜单*/
.navigation {
  width: 100%;
  min-width: 1200px;
  background: #0b2d6a;
}
.navigation ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.navigation ul li {
  width: 170px;
  position: relative;
  border-right: 1px #3c5788 solid;
}
.navigation ul li:first-child {
  border-left: 1px #3c5788 solid;
}
.navigation ul li:hover {
  background: #3078b3;
}
.navigation ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 15px 14px;
  transition: 0.3s linear;
  text-align: center;
}
.navigation ul li ul {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.navigation ul li ul li {
  width: 100%;
  margin-top: 1px;
  display: block;
}
.navigation ul li ul li:first-child {
  margin-top: 0;
  border-left: 0;
}
.navigation ul li ul li a {
  background: #0b2d6a;
  display: block;
  padding: 10px 14px;
}
.navigation ul li ul li a:hover {
  background: #3078b3;
}
.banner {
  min-width: 1200px;
  max-height: 500px !important;
  overflow: hidden;
}
.title_01 {
  width: 1200px;
  margin: auto;
  position: relative;
}
.title_01 img {
  width: 746px;
  height: 47px;
  margin: auto;
  position: relative;
  z-index: -1;
}
.title_01 h2 {
  width: 250px;
  padding-left: 44px;
  color: #313131;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -105px;
}
.title_02 {
  width: 1200px;
  margin: auto;
}
.title_02 img {
  width: 442px;
  height: 276px;
  float: left;
}
.title_02 .pull-right {
  width: 667px;
}
.title_02 .pull-right h2 {
  margin-top: 30px;
  color: #262626;
  font-size: 20px;
}
.title_02 .pull-right p {
  margin-top: 18px;
  color: #626262;
  font-size: 16px;
  line-height: 25px;
}
.title_03 {
  width: 100%;
  min-width: 1200px;
  padding: 60px 0;
  background: #f6f6f6;
}
.title_03 .con {
  width: 1200px;
  position: relative;
  margin: auto;
}
.title_03 img {
  width: 807px;
  height: 90px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.title_03 h2 {
  width: 250px;
  color: #313131;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 39%;
  z-index: 10;
}
.title_03 ul {
  width: 1181px;
  margin: auto;
  padding-right: 19px;
}
.title_03 ul li {
  float: left;
  font-size: 22px;
  color: #262626;
  width: 394px;
  padding-left: 126px;
  position: relative;
  padding-top: 34px;
}
.title_03 ul li:first-child + li {
  float: right;
}
.title_03 ul li:first-child + li + li + li {
  float: right;
}
.title_03 ul li:first-child + li + li + li + li + li {
  float: right;
}
.title_03 ul li span {
  display: block;
  font-size: 16px;
  color: #626262;
  line-height: 24px;
  margin-top: 5px;
}
.title_03 ul li i {
  color: #0b2d6a;
  font-style: normal;
}
.title_03 ul li img {
  width: 66px;
  height: 66px;
  position: absolute;
  left: 19px;
  top: 50px;
}
.title_04 {
  width: 1200px;
  margin: auto;
  position: relative;
}
.title_04 img {
  width: 842px;
  height: 52px;
  margin: auto;
  position: relative;
  z-index: -1;
}
.title_04 h2 {
  width: 370px;
  color: #313131;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 36.41%;
  line-height: 0;
}
.table01 {
  width: 857px;
  margin: auto;
  border: 0;
}
.table01 .content02 td {
  padding: 15px 0;
}
table {
  width: 1200px;
  margin: auto;
  border: 0;
}
table tr td {
 
}
table tr td:first-child {
  width: 346px;
}
table h5 {
  color: #ffffff;
  font-size: 14px;
  margin: 50px auto 0;
  width: 136px;
  height: 36px;
  background: #f55f1e;
  line-height: 36px;
  text-align: center;
}
table h5 a {
  display: block;
  width: 136px;
  height: 36px;
  color: #ffffff;
}
table .title {
  background: #0b2d6a;
  height: 48px;
}
table .title td {
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  border: 1px #ffffff solid;
}
table .title .color {
  background: #f55f1e;
}
table .sp {
  height: 3px;
}
table .content01 td {
  border: 1px #e3e3e3 solid;
  text-align: center;
  font-size: 16px;
  color: #434343;
}
table .content01 td:first-child {
  padding: 15px 0;
}
table .content01 td:first-child + td {
  border-right: 1px #e3e3e3 solid;
  border-left: 0;
}
table .content01 td:first-child + td + td {

  border-right: 1px #e3e3e3 solid;
  border-left: 0;
}
table .content01 td:first-child + td + td + td {

  border-right: 1px #e3e3e3 solid;
  border-left: 0;
}
table .content01 td:first-child + td + td + td + td {
  border-right: 0;
  border-left: 0;
}
table .content01 td:first-child + td + td + td + td + td {
  border-left: 0;
}
table .he44 {
  height: 44px;
}
table .content02 td {
	border-right: 1px #e3e3e3 solid;
  border-bottom: 1px #e3e3e3 solid;
  text-align: center;
  font-size: 16px;
  color: #434343;
}
table .content02 td span {
  display: block;
  width: 70px;
  height: 28px;
  border-radius: 2px;
  background: #f55f1e;
  line-height: 28px;
  text-align: center;
  margin: 0 auto 0;
  color: #ffffff;
}
table .content02 td:first-child {
  border-right: 1px #e3e3e3 solid;
}
table .content02 td:first-child + td + td + td {
  border-right: 1px #e3e3e3 solid;
}
table .content02 td:first-child + td + td + td + td {
  border-right: 1px #e3e3e3 solid;
}
/*大图广告自适应*/
.advertbox-one {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 300px;
  min-width: 1200px;
}
.advertbox-one .advert {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.advertbox-one .advert img {
  width: 100%;
  height: auto;
}
.title_05 {
  width: 1200px;
  margin: auto;
  position: relative;
}
.title_05 img {
  width: 767px;
  height: 52px;
  margin: auto;
  position: relative;
  z-index: -1;
}
.title_05 h2 {
  width: 300px;
  color: #313131;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 41.5%;
  line-height: 0;
}
.title_06 {
  width: 1200px;
  margin: auto;
}
.title_06 ul {
  width: 600px;
  position: relative;
}
.title_06 ul li {
  background: url("../images/a_12.png") no-repeat;
  background-position: 5px 5px;
  padding: 0 68px 0 106px;
  color: #0b2d6a;
  font-size: 22px;
  position: relative;
  margin-top: 32px;
}
.title_06 ul li:first-child {
  margin-top: 0;
}
.title_06 ul li span {
  margin-top: 15px;
  display: block;
  color: #626262;
  line-height: 22px;
  font-size: 14px;
}
.title_06 ul li i {
  color: #ffffff;
  font-size: 27px;
  font-family: Arial;
  position: absolute;
  left: 25px;
  top: 23px;
}
.title_06 ul li .line {
  width: 27px;
  height: 2px;
  background: #697ea3;
  position: absolute;
  left: 25px;
  top: 55px;
}
.title_06 ul h5 {
  float: left;
  background: url("../images/a_13.png") no-repeat;
  font-size: 16px;
  color: #0b2d6a;
  padding-left: 53px;
  width: 207px;
  height: 45px;
  border-right: 1px #d5d5d5 solid;
}
.title_06 ul h5 span {
  font-size: 26px;
  display: block;
  font-family: Arial;
}
.title_06 ul .more {
  display: block;
  margin-top: 70px;
  float: left;
  color: #0b2d6a;
  font-size: 16px;
  margin-left: 12px;
}
.title_07 {
  width: 1200px;
  background: url("../images/a_14.png") no-repeat;
  background-position: center 20px;
  margin: auto;
}
.title_07 h2 {
  color: #313131;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.title_07 h3 {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 17px;
  color: #b6b6b6;
  font-family: Arial;
  text-align: center;
}
.title_07 .line {
  width: 39px;
  height: 2px;
  background: #0b2d6a;
  margin: 17px auto 0;
}
.title_077 {
  width: 1200px;
  background: url("../images/a_15.png") no-repeat;
  background-position: center 20px;
  margin: auto;
}
.title_077 h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.title_077 h3 {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 17px;
  color: #ffffff;
  font-family: Arial;
  text-align: center;
}
.title_077 .line {
  width: 39px;
  height: 2px;
  background: #0b2d6a;
  margin: 17px auto 0;
}
.title_08 {
  width: 100%;
  min-width: 1200px;
  height: 506px;
  background: url("../images/b_05.jpg") no-repeat;
  background-position: center 0;
  padding: 60px 0 0 0;
}
.title_08 .con {
  width: 1200px;
  margin: auto;
}
.title_08 .pull-left {
  width: 427px;
  height: 295px;
  position: relative;
}
.title_08 .pull-left img {
  width: 427px;
  height: 295px;
}
.title_08 .pull-left h4 {
  background-color: #0b2d6a;
  filter: alpha(opacity=90);
  background-color: rgba(11, 45, 106, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
}
.title_08 .pull-left h4 span {
  font-size: 24px;
  font-family: Arial;
}
.title_08 .pull-right {
  width: 773px;
}
.title_08 .pull-right h4 {
  width: 706px;
  margin: auto;
  color: #313131;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_08 .pull-right p {
  width: 706px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 83px;
  overflow: hidden;
  margin: 10px auto 0;
  color: #434343;
  font-size: 13px;
  line-height: 22px;
}
/*多图滚动*/
.multiScroll {
  width: 770px;
  margin: auto;
}
.multiScroll .bx-pager {
  display: none;
}
.multiScroll .bx-wrapper .bx-prev {
  left: 7px;
  background: url("../images/left_jiantou.png") no-repeat !important;
  width: 28px;
  height: 56px;
}
.multiScroll .bx-wrapper .bx-next {
  right: 0;
  background: url("../images/right_jiantou.png") no-repeat !important;
  width: 28px;
  height: 56px;
}
.multiScroll .bx-viewport {
  width: 90% !important;
  margin-left: 5%;
}
.title_09 {
  width: 1200px;
  margin: auto;
}
.title_09 .box {
  float: left;
  width: 590px;
  background: #f4f4f4;
  margin: 12px 0 0 0;
}
.title_09 .box .img {
  float: left;
  width: 206px;
  height: 224px;
}
.title_09 .box .img img {
  width: 206px;
  height: 224px;
}
.title_09 .box ul {
  float: right;
  width: 320px;
  margin-top: 25px;
  padding-right: 30px;
}
.title_09 .box ul li:first-child {
  font-size: 22px;
  color: #0b2d6a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_09 .box ul li:first-child + li {
  margin-top: 15px;
  color: #434343;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_09 .box ul li:first-child + li + li {
  margin-top: 10px;
  line-height: 22px;
  color: #434343;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 65px;
}
.title_09 .box ul li:first-child + li + li + li {
  margin-top: 20px;
}
.title_09 .box ul li:first-child + li + li + li a {
  color: #7d7d7d;
  font-size: 13px;
}
.title_09 .box:first-child + .box {
  float: right;
}
.title_09 .box:first-child + .box + .box + .box {
  float: right;
}
.title_10 {
  width: 100%;
  min-width: 1220px;
  height: 478px;
  background: url("../images/b_15.jpg") no-repeat;
  background-position: center 0;
  padding: 60px 0 0 0;
}
.title_10 .more {
  display: block;
  width: 200px;
  margin: 35px auto 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.title_10 .con {
  width: 1220px;
  margin: 40px auto 0;
}
.title_10 .con li {
  float: left;
  width: 234px;
  height: 283px;
  background: #ffffff;
  position: relative;
  margin: 0 5px;
}
.title_10 .con li h4 {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 118px;
  background-color: #0b2d6a;
  filter: alpha(opacity=90);
  background-color: rgba(11, 45, 106, 0.9);
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
.title_10 .con li p {
  width: 192px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 56px;
  line-height: 19px;
  font-size: 14px;
  color: #707070;
  margin: 15px auto 0;
}
.title_10 .con li h5 {
  width: 192px;
  margin: 15px auto 0;
  font-size: 13px;
  color: #0b2d6a;
}
.title_10 .con li h5 a {
  color: #0b2d6a;
}
.news {
  width: 1200px;
  margin: auto;
}
.news h2 {
  font-size: 32px;
  color: #2f2f2f;
  font-weight: bold;
}
.news .line {
  width: 64px;
  height: 1px;
  background: #cbcbcb;
  margin-top: 15px;
}
.news h3 {
  font-size: 13px;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  font-weight: 500;
}
.news .pull-left {
  width: 44.9%;
}
.news .pull-left .sk {
  position: relative;
  border: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
  padding-bottom: 3%;
}
.news .pull-left .sk .img1 {
  width: 540px;
  height: 279px;
}
.news .pull-left .sk .more {
  display: block;
  font-size: 14px;
  border-radius: 14px;
  width: 98px;
  height: 38px;
  background: #0b2d6a;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  position: absolute;
  left: 3%;
  top: 56%;
}
.news .pull-left .sk img {
  width: 100%;
  height: auto;
}
.news .pull-left .sk h4 {
  margin: 3% 0 0 3%;
  font-size: 18px;
  color: #434343;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .pull-left .sk h4 a {
  color: #434343;
}
.news .pull-left .sk h4 a:hover {
  color: #0b2d6a;
}
.news .pull-left .sk h5 {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 1% 0 0 3%;
}
.news .pull-left p {
  margin: 2% 3% 0 3%;
  font-size: 14px;
  color: #707070;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
}
.news .pull-right {
  width: 52.5%;
  position: relative;
}
.news .pull-right .move_02 {
  display: block;
  font-size: 14px;
  border-radius: 14px;
  width: 98px;
  height: 38px;
  background: #0b2d6a;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 40px;
}
.news .pull-right ul {
  margin-top: 15px;
}
.news .pull-right li {
  width: 49%;
  float: left;
  margin-top: 10px;
}
.news .pull-right li img {
  width: 310px;
  height: 162px;
}
.news .pull-right li h4 {
  display: block;
  height: 39px;
  border: 1px #e7e7e7 solid;
  border-top: 0;
  line-height: 39px;
  padding: 0 34px;
  font-size: 15px;
  color: #434343;
  font-weight: 500;
  background: url("../images/icon4.png") no-repeat;
  background-position: 13px 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .pull-right li h4 a {
  color: #434343;
}
.news .pull-right li h4 a:hover {
  color: #0b2d6a;
}
.news .pull-right li:first-child + li {
  float: right !important;
}
.news .pull-right li:first-child + li + li + li {
  float: right !important;
}
.footer {
  width: 100%;
  min-width: 1200px;
  background: #232323;
  padding: 0 0 25px 0;
}
.footer .con {
  width: 1200px;
  margin: auto;
}
.footer .con .pull-left li {
  margin-top: 15px;
  color: #ffffff;
  font-size: 13px;
  padding-left: 32px;
  height: 20px;
  line-height: 20px;
}
.footer .con .pull-left li span {
  font-size: 18px;
}
.footer .con .pull-left li:first-child {
  padding-left: 0;
  height: auto;
  line-height: 20px;
}
.footer .con .pull-left li:first-child + li {
  background: url("../images/a_17.png") no-repeat;
}
.footer .con .pull-left li:first-child + li + li {
  background: url("../images/a_18.png") no-repeat;
}
.footer .con .pull-left li:first-child + li + li + li {
  background: url("../images/a_19.png") no-repeat;
}
.footer .con .pull-right {
  margin-top: 20px;
}
.footer .con .pull-right li {
  font-size: 14px;
  width: 128px;
  float: left;
}
.footer .con .pull-right li a {
  color: #ffffff;
}
.footer .con .pull-right li ol {
  margin-top: 12px;
}
.footer .con .pull-right li ol li {
  width: 100%;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
}
.friendly {
  width: 100%;
  background: #232323;
  border-top: 1px #818181 solid;
}
.friendly h5 {
  margin-top: 8px;
  color: #ffffff;
  font-size: 12px;
}
.friendly h5 a {
  color: #ffffff;
}
.friendly p {
  margin-top: 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
}
.friendly p a {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #ffffff;
}
/*回到顶部*/
.to-top {
  display: none;
  padding: 9px 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #1C8BE3;
}
.banner_small {
  width: 100%;
  min-width: 1200px;
  margin: auto;
}
.banner_small img {
  width: 100%;
  height: auto;
}
.bg_color {
  background: #f2f2f2;
}
.inside_page {
  width: 1200px;
  margin: -58px auto 0;
  position: relative;
  z-index: 10;
}
.inside_page .in_left {
  width: 310px;
  background: #08438b;
  float: left;
}
.inside_page .in_left .column {
  width: 100%;
}
.inside_page .in_left .column dt {
  width: 268px;
  color: #ffffff;
  font-size: 35px;
  padding: 35px 0 37px 42px;
}
.inside_page .in_left .column dt span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 18px;
  color: #ffffff;
  font-family: Arial;
  text-transform: uppercase;
}
.inside_page .in_left .column dt .line {
  margin: 20px 0 0 0;
  width: 54px;
  height: 2px;
  background: #ffffff;
}
.inside_page .in_left .column dd {
  width: 310px;
  height: 82px;
  color: #ffffff;
  border-bottom: 1px #6689b4 solid;
}
.inside_page .in_left .column dd a {
  width: 268px;
  height: 82px;
  display: block;
  color: #ffffff;
  padding-left: 42px;
  background: #08438b;
  line-height: 82px;
}
.inside_page .in_left .column dd a:hover {
  color: #ffffff;
  background: #3078b3;
}
.inside_page .in_left .column .active a {
  color: #ffffff;
  background: #3078b3;
}
.inside_page .in_left .column_slide {
  width: 100%;
}
.inside_page .in_left .column_slide dt {
  width: 268px;
  color: #ffffff;
  font-size: 35px;
  padding: 35px 0 37px 42px;
}
.inside_page .in_left .column_slide dt span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 18px;
  color: #ffffff;
  font-family: Arial;
  text-transform: uppercase;
}
.inside_page .in_left .column_slide dt .line {
  margin: 20px 0 0 0;
  width: 54px;
  height: 2px;
  background: #ffffff;
}
.inside_page .in_left .column_slide dd {
  width: 310px;
  color: #ffffff;
  border-bottom: 1px #6689b4 solid;
}
.inside_page .in_left .column_slide dd a {
  width: 268px;
  height: 82px;
  display: block;
  color: #ffffff;
  padding-left: 42px;
  background: #08438b;
  line-height: 82px;
  position: relative;
}
.inside_page .in_left .column_slide dd a:hover {
  color: #ffffff;
  background: #3078b3;
}
.inside_page .in_left .column_slide dd a span {
  display: block;
  width: 19px;
  height: 16px;
  position: absolute;
  right: 32px;
  top: 34px;
  background: url("../images/a_29.png") no-repeat;
  -moz-transform: rotate(-90deg) !important;
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) !important;
  transition: .5s;
}
.inside_page .in_left .column_slide dd a .bo {
  -moz-transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4) !important;
  transition: .5s;
}
.inside_page .in_left .column_slide dd ol {
  display: none;
}
.inside_page .in_left .column_slide dd ol li {
  width: 310px;
  color: #ffffff;
  border-bottom: 1px #6689b4 solid;
}
.inside_page .in_left .column_slide dd ol li a {
  width: 268px;
  height: 82px;
  display: block;
  color: #ffffff;
  padding-left: 42px;
  background: #3f9dd8 !important;
  line-height: 82px;
}
.inside_page .in_left .column_slide dd ol li a:hover {
  color: #ffffff;
  background: #3078b3 !important;
}
.inside_page .in_left .column_slide dd ol .active_a a {
  color: #ffffff;
  background: #3078b3 !important;
}
.inside_page .in_left .column_slide .active a {
  color: #ffffff;
  background: #3078b3;
}
.inside_page .in_left .contact {
  width: 100%;
  background: #0b2d6a;
}
.inside_page .in_left .contact dt img {
  width: 310px;
  height: 175px;
}
.inside_page .in_left .contact .one {
  font-size: 16px;
  color: #ffffff;
  background: url("../images/a_20.png") no-repeat;
  background-position: 42px 33px;
  height: 79px;
  width: 218px;
  padding: 25px 0 0 92px;
  line-height: 28px;
  border-bottom: 1px #6689b4 solid;
}
.inside_page .in_left .contact .one span {
  display: block;
  font-size: 24px;
  font-family: Arial;
}
.inside_page .in_left .contact .two {
  height: 47px;
  line-height: 47px;
  width: 100%;
  text-align: center;
  color: #768bb2;
  font-size: 14px;
}
.inside_page .in_right {
  float: right;
  width: 857px;
  background: #ffffff;
}
.title_11 {
  height: 58px;
  width: 100%;
}
.title_11 h2 {
  font-size: 22px;
  color: #0b2d6a;
  line-height: 58px;
  padding-left: 42px;
  float: left;
}
.title_11 h3 {
  float: right;
  line-height: 58px;
  padding-left: 28px;
  background: url("../images/a_21.png") no-repeat;
  background-position: 0 20px;
  color: #434343;
  font-size: 14px;
  margin-right: 26px;
}
.title_11 h3 a {
  color: #434343;
}
.title_12 {
  width: 781px;
  padding: 23px 38px 43px;
}
.title_12 img {
  width: 100%;
  height: auto;
}
.title_12 h2 {
  color: #262626;
  font-size: 16px;
  margin-top: 30px;
}
.title_12 p {
  margin-top: 10px;
  color: #626262;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 1px;
}
.title_13 {
  height: 70px;
  width: 791px;
  font-size: 14px;
  line-height: 70px;
  padding-left: 66px;
  background: url("../images/a_22.png") no-repeat;
  background-position: 40px 26px;
}
.title_14 {
  width: 819px;
  margin: auto;
  padding: 40px 0 0 38px;
}
.title_14 h2 {
  padding-left: 33px;
  color: #0b2d6a;
  font-size: 20px;
  background: url("../images/a_23.png") no-repeat;
  background-position: 0 5px;
}
.title_14 h2 span {
  font-size: 10px;
  display: block;
}
#map {
  width: 780px;
  height: 300px;
  margin: auto;
}
.title_15 {
  width: 857px;
  margin: auto;
  padding: 0 0 40px 0;
}
.title_15 li {
  width: 25%;
  float: left;
  position: relative;
}
.title_15 li img {
  width: 32px;
  height: 32px;
  margin: auto;
}
.title_15 li h3 {
  margin-top: 4px;
  color: #313131;
  font-size: 14px;
  text-align: center;
}
.title_15 li .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 73px;
  background: #d9d9d9;
}
.title_15 li h4 {
  margin-top: 4px;
  color: #0b2d6a;
  font-size: 21px;
  font-family: Arial;
  text-align: center;
}
.title_15 li h4 span {
  font-size: 16px;
}
.title_15 li h4 i {
  font-size: 14px;
  font-style: normal;
}
.title_16 {
  width: 1200px;
  margin: auto;
  position: relative;
}
.title_16 h2 {
  color: #2f2f2f;
  font-size: 30px;
  text-align: center;
}
.title_16 .line {
  width: 64px;
  height: 1px;
  background: #c3c3c3;
  margin: 17px auto 0;
}
.title_16 h3 {
  margin-top: 10px;
  color: #707070;
  font-size: 13px;
  text-align: center;
}
.title_16 h5 {
  position: absolute;
  top: 33px;
  right: 0;
  width: 98px;
  height: 38px;
}
.title_16 h5 a {
  display: block;
  width: 100%;
  height: 38px;
  color: #ffffff;
  background: #0b2d6a;
  border-radius: 15px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
}
.title_17 {
  width: 1227px;
  margin: 0 auto;
}
.title_17 li {
  float: left;
  width: 383px;
  margin: 0 13px;
}
.title_17 li h2 {
  margin-top: 20px;
  color: #434343;
  font-size: 18px;
}
.title_17 li h2 a {
  color: #434343;
}
.title_17 li p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 23px;
  color: #707070;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 42px;
}
.title_18 {
  width: 799px;
  padding: 18px 29px 0;
}
.title_18 .box {
  padding: 15px 0;
  border-bottom: 1px #eeeeee solid;
}
.title_18 .box img {
  width: 275px;
  height: 144px;
  float: left;
  margin-left: 8px;
}
.title_18 .box .txt {
  float: right;
  width: 476px;
}
.title_18 .box .txt h2 {
  margin-top: 14px;
  color: #0b2d6a;
  font-size: 16px;
}
.title_18 .box .txt h2 a {
  color: #0b2d6a;
}
.title_18 .box .txt h3 {
  margin-top: 8px;
  font-size: 14px;
  color: #b5b5b5;
  padding-left: 22px;
  background: url("../images/a_28.png") no-repeat;
  background-position: 0 2px;
}
.title_18 .box .txt p {
  margin-top: 5px;
  color: #707070;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 63px;
}
/*分页*/
.page {
  width: 194px;
  height: 20px;
  font-size: 13px;
  margin: 15px auto 0;
}
.page a {
  color: #707070;
}
.title_19 {
  width: 780px;
  margin: auto;
}
.title_19 h1 {
  font-size: 24px;
  color: #0b2d6a;
  text-align: center;
}
.title_19 h3 {
  color: #959595;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0;
}
.title_19 h3 span {
  margin-left: 5px;
}
.title_19 p {
  color: #7d7d7d;
}
.title_19 img {
  margin: 20px 0;
}
.decorate2 {
  width: 780px;
  margin: auto;
}
.decorate2 ul li {
  height: 30px;
  line-height: 30px;
  color: #434343;
  font-size: 14px;
}
.decorate2 ul li a {
  color: #434343;
}
.title_20 {
  width: 780px;
  margin: auto;
  position: relative;
}
.title_20 h2 {
  color: #0b2d6a;
  font-size: 22px;
}
.title_20 h3 {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 30px;
  background: url("../images/a_22.png") no-repeat;
  background-position: 0 2px;
  color: #0b2d6a;
}
.title_21 {
  width: 780px;
  margin: auto;
  position: relative;
}
.title_21 li {
  margin: 15px 0 0 0;
  color: #262626;
  font-size: 16px;
}
.title_21 li span {
  margin-top: 10px;
  display: block;
  color: #626262;
  font-size: 14px;
  line-height: 22px;
}
.title_21 li i {
  color: #0b2d6a;
  font-style: normal;
}
.title_22 {
  width: 780px;
  margin: 29px auto 0;
}
.title_22 .img {
  float: left;
  width: 347px;
}
.title_22 .img img {
  width: 347px;
}
.title_22 .img p {
  margin-top: 18px;
  color: #434343;
  font-size: 16px;
  text-align: center;
}
.title_22 .txt {
  width: 405px;
  float: right;
}
.title_22 .txt h2 {
  margin-top: 10px;
  color: #434343;
  font-size: 16px;
}
.title_22 .txt p {
  margin-top: 12px;
  color: #707070;
  line-height: 22px;
  font-size: 14px;
}
.title_23 {
  width: 795px;
  margin: auto;
}
.title_23 li {
  width: 251px;
  float: left;
  margin: 0 7px;
  position: relative;
}
.title_23 li img {
  width: 251px;
  height: 169px;
  display: block;
}
.title_23 li h4 {
  display: block;
  height: 40px;
  width: 100%;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0b2d6a;
  filter: alpha(opacity=90);
  background-color: rgba(11, 45, 106, 0.9);
  color: #ffffff;
  text-align: center;
}
.title_23 li h4 a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #ffffff;
}
.title_233 li {
  margin-top: 10px;
}
.title_24 {
  width: 794px;
  margin: auto;
}
.title_24 li {
  width: 383px;
  float: left;
  margin: 23px 7px 0;
}
.title_24 li img {
  width: 383px;
  height: 257px;
}
.title_24 li p {
  margin-top: 15px;
  color: #434343;
  font-size: 16px;
  text-align: center;
}
.title_24 li p a {
  color: #434343;
}
.title_25 {
  width: 780px;
  margin: 23px auto 0;
}
.title_25 .pull-left {
  width: 383px;
  height: 257px;
}
.title_25 .pull-left img {
  width: 383px;
  height: 257px;
}
.title_25 .pull-left02 {
  width: 383px;
  height: 261px;
}
.title_25 .pull-left02 img {
  width: 383px;
  height: 261px;
}
.title_25 .pull-right {
  width: 371px;
}
.title_25 .pull-right h2 {
  background: #e6eaf0;
  width: 351px;
  padding-left: 20px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #0b2d6a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_25 .pull-right h2 span {
  font-size: 22px;
}
.title_25 .pull-right h3 {
  padding-left: 20px;
  color: #0b2d6a;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 25px;
}
.title_25 .pull-right h3 span {
  color: #2b2b2b;
}
.title_25 .pull-right h4 {
  margin-top: 15px;
  padding-left: 20px;
  color: #0b2d6a;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_25 .pull-right p {
  margin-top: 15px;
  padding-left: 20px;
  color: #626262;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 66px;
}
.title_26 {
  width: 794px;
  margin: 23px auto 0;
}
.title_26 li {
  width: 250px;
  float: left;
  margin: 10px 7px 0;
}
.title_26 li img {
  width: 100%;
  height: auto;
}
.title_26 li p {
  margin-top: 10px;
  font-size: 14px;
  color: #434343;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_26 li p a {
  color: #434343;
}
/*弹出框*/
.pop {
  width: 780px;
  margin: 23px auto 0;
  position: relative;
}
.pop .form {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}
.pop .form button {
  display: block;
  width: 180px;
  height: 38px;
  background: #0b2d6a;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  margin: 20px auto 0;
}
.pop .form ul {
  margin-top: 20px;
}
.pop .form ul li {
  color: #434343;
  font-size: 16px;
  float: left;
  width: 50%;
  margin: 5px 0;
}
.pop .form ul li:first-child + li {
  float: right;
}
.pop .form ul li:first-child + li + li + li {
  float: right;
}
.pop .form ul li span {
  display: block;
  float: right;
  width: 200px;
  height: 50px;
  margin: 0 0 0 10px;
}
.pop .form ul li input {
  width: 330px;
  height: 26px;
  padding-left: 10px;
  outline: none;
  border: 0;
  font-size: 15px;
  color: #1b1b1b;
  border-bottom: 1px #e9e9e9 solid;
}
.pop .form ul li i {
  font-style: normal;
}
.pop .form ul li textarea {
  width: 98%;
  height: 200px;
  margin-top: 10px;
  border: 1px #e9e9e9 solid;
  padding: 1%;
  outline: none;
}
.pop .form ul .te {
  width: 100%;
  margin-top: 10px;
}
.title_27 {
  width: 773px;
  padding: 18px 42px 0;
  border-bottom: 1px dotted #eaeaea;
}
.title_27 li {
  float: left;
  height: 32px;
  line-height: 32px;
  color: #0b2d6a;
  font-weight: bold;
}
.title_27 li:first-child {
  width: 70%;
}
.title_27 li:first-child + li {
  width: 13.2%;
  padding-left: 1.8%;
}
.title_27 li:first-child + li + li {
  text-align: center;
  width: 13.2%;
  padding-left: 1.8%;
}
.title_28 {
  width: 789px;
  padding: 0 26px 0 42px;
  border-bottom: 1px dotted #eaeaea;
}
.title_28 li {
  float: left;
  height: 60px;
  line-height: 60px;
  color: #434343;
  text-align: left;
  width: 15%;
}
.title_28 li:first-child {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_28 li:first-child + li {
  width: 15%;
  font-size: 13px;
  color: #707070;
}
.title_28 li a {
  display: block;
  width: 70%;
  height: 32px;
  background: #0b2d6a;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #ffffff;
  padding: 0;
  margin: 14px auto;
}
.error404 {
  padding-top: 50px;
  width: 1200px;
  margin: auto;
}
.error404 .txt1 {
  float: left;
  width: 350px;
  margin-left: 150px;
}
.error404 .txt1 h2 {
  font-size: 140px;
  color: #0b2d6a;
  text-align: center;
  font-family: Arial;
  font-weight: 100;
}
.error404 .txt1 h3 {
  font-size: 24px;
  color: #0b2d6a;
  text-align: center;
  font-weight: 500;
}
.error404 .txt1 h4 {
  margin-top: 50px;
  font-size: 16px;
  color: #7d7d7d;
  text-align: center;
  line-height: 30px;
}
.error404 .txt1 h4 span {
  display: block;
  font-size: 20px;
  color: #0b2d6a;
  text-align: center;
  font-family: Arial;
}
.error404 .txt1 h5 {
  width: 125px;
  height: 40px;
  border-radius: 10px;
  background: #0b2d6a;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  margin: 50px auto 0;
}
.error404 .txt1 h5 a {
  color: #ffffff;
}
.error404 .txt2 {
  float: left;
  width: 600px;
}
.error404 .txt2 h2 {
  color: #0b2d6a;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px #0b2d6a solid;
}
.error404 .txt2 a {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background: #7d7d7d;
  color: #ffffff;
  margin: 5px 0;
}
.error404 .txt2 a:hover {
  background: #0b2d6a;
}
.title_29 {
  width: 780px;
  margin: auto;
  padding: 0 0 40px 0;
}
.title_29 li {
  width: 354px;
  margin-left: 8px;
  float: left;
  font-size: 14px;
  color: #313131;
  height: 50px;
  line-height: 50px;
}
.title_29 li img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 10px 10px 0 0;
  float: left;
}
.title_29 li span {
  color: #0b2d6a;
  font-size: 16px;
  font-family: Arial;
}
.title_29 li:first-child + li + li {
  border-right: 0;
}
.title_29 li:first-child + li + li + li + li + li {
  border-right: 0;
}
.title_29 .two {
  height: 50px;
  line-height: 25px;
  position: relative;
}
.title_29 .two i {
  position: absolute;
  left: 37px;
  top: 10px;
  font-style: normal;
}
.title_29 .two span {
  width: 175px;
  display: block;
  margin-left: 111px;
  margin-top:10px;
}
/*立即预约*/
.showy {
  width: 185px;
  position: fixed;
  top: 204px;
  right: 0;
  z-index: 9999999999;
}
.showy h2 {
  width: 100%;
  height: 45px;
  color: #1C8BE3;
  background: #FFFFFF;
  line-height: 45px;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
}
.showy h2 a {
  color: #1C8BE3;
}
.showy h2 img {
  display: inline-block;
  width: 30px;
  height: 34px;
  float: left;
  margin: 5px 0 0 18px;
}
.showy h5 {
  width: 100%;
  height: 45px;
  color: #FFFFFF;
  background: #1C8BE3;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.showy h5 a {
  color: #FFFFFF;
}
